home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / CDROM / Amiga_MO_FAQ / DOSDrivers-3½ / Mac / MAC640A < prev    next >
Text File  |  1998-11-28  |  1KB  |  50 lines

  1. /* $VER: MAC640A 40.1 (28.11.98)
  2.  *
  3.  * 640MB MO file system entry
  4.  *
  5.  * This file allows read-only access via AmiCDFS to a single (maximal size)
  6.  * partition on a 640MB disk formatted with the Pinnacle Micro Mac MO
  7.  * formatter.
  8.  *
  9.  * If you use different Mac formatter software or a different partition layout,
  10.  * the LowCyl and HighCyl values will need to be changed.
  11.  *
  12.  */
  13.  
  14. FileSystem    = L:AmiCDFS
  15. Flags        = 0
  16. Surfaces    = 1
  17. BlocksPerTrack    = 1
  18. SectorsPerBlock    = 1
  19. SectorSize    = 2048
  20. Mask            = 0x7FFFFFFF    /* Change to suit your system and SCSI controller */
  21. MaxTransfer     = 0xFFFFFFFE    /* Change to suit your system and SCSI controller */
  22. Reserved    = 0
  23. Interleave    = 0
  24. LowCyl        = 96        /* This will vary for other Mac driver software */
  25. HighCyl        = 310349    /* This will vary for other Mac driver software */
  26. Buffers        = 96        /* Number of 2048-byte filesystem buffers */
  27. BufMemType    = 1
  28. GlobVec        = -1
  29. Priority    = 10
  30. DosType        = 0x43444653    /* 'CDFS' */
  31. StackSize    = 600
  32.  
  33. Control        = "BL=8 FB=32"
  34.  
  35. /* Control field template:
  36.  *
  37.  * LC=LOWERCASE/S,CS=CASESENSE/S,
  38.  * HF=HFSFIRST/S,TD=TRACKDISK/S,
  39.  * BL=BUFFERLINES/K/N,FB=FILEBUFFERS/K/N,
  40.  * DC=DISKCHANGE/K/N,MT=MOTORTIME/K/N,
  41.  * SD=STARTDELAY/K/N,TDC=TDCHANGE/S,
  42.  * TOSHIBA/S,OLDMODE/S
  43.  */
  44.  
  45. /* The Device and Unit fields are controlled by tooltypes in the MAC640A icon.
  46.  *
  47.  * Device    = scsi.device
  48.  * Unit        = 4
  49.  */
  50.